projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7abf9
)
(lisp-mode-variables): Adapt outline-regexp to the new conventions for
author
Luc Teirlinck
<teirllm@auburn.edu>
Thu, 12 Feb 2004 01:50:46 +0000
(
01:50
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Thu, 12 Feb 2004 01:50:46 +0000
(
01:50
+0000)
commenting out code.
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index 04d00a2bdb5791a04e55e71ae7cc78e2d829547c..c2dc3e6a16c117610054e1961b4ebf11744286af 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-182,7
+182,7
@@
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments t)
(make-local-variable 'outline-regexp)
- (setq outline-regexp ";;;;* \\|(")
+ (setq outline-regexp ";;;;*
[^ \t\n]
\\|(")
(make-local-variable 'outline-level)
(setq outline-level 'lisp-outline-level)
(make-local-variable 'comment-start)